1 namespace MilkDairyManagementSystemCSharp
2 {
3     
partial class NewAccount
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             
this.textBox1 = new System.Windows.Forms.TextBox();
33             
this.label3 = new System.Windows.Forms.Label();
34             
this.label2 = new System.Windows.Forms.Label();
35             
this.label1 = new System.Windows.Forms.Label();
36             
this.label4 = new System.Windows.Forms.Label();
37             
this.label5 = new System.Windows.Forms.Label();
38             
this.label6 = new System.Windows.Forms.Label();
39             
this.textBox2 = new System.Windows.Forms.TextBox();
40             
this.textBox3 = new System.Windows.Forms.TextBox();
41             
this.textBox4 = new System.Windows.Forms.TextBox();
42             
this.textBox5 = new System.Windows.Forms.TextBox();
43             
this.button2 = new System.Windows.Forms.Button();
44             
this.button1 = new System.Windows.Forms.Button();
45             
this.button3 = new System.Windows.Forms.Button();
46             
this.button4 = new System.Windows.Forms.Button();
47             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
48             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
49             
this.milkdairyDataSet1 = new MilkDairyManagementSystemCSharp.milkdairyDataSet1();
50             
this.acntBindingSource = new System.Windows.Forms.BindingSource(this.components);
51             
this.acntTableAdapter = new MilkDairyManagementSystemCSharp.milkdairyDataSet1TableAdapters.acntTableAdapter();
52             
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
53             
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
54             
this.addrDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
55             
this.mobileDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
56             
this.centerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
57             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
58             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
59             ((System.ComponentModel.ISupportInitialize)(
this.milkdairyDataSet1)).BeginInit();
60             ((System.ComponentModel.ISupportInitialize)(
this.acntBindingSource)).BeginInit();
61             
this.SuspendLayout();
62             
//
63             
// textBox1
64             
//
65             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
66             
this.textBox1.Location = new System.Drawing.Point(276, 90);
67             
this.textBox1.Name = "textBox1";
68             
this.textBox1.Size = new System.Drawing.Size(149, 22);
69             
this.textBox1.TabIndex = 44;
70             
//
71             
// label3
72             
//
73             
this.label3.AutoSize = true;
74             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
75             
this.label3.Location = new System.Drawing.Point(134, 93);
76             
this.label3.Name = "label3";
77             
this.label3.Size = new System.Drawing.Size(124, 16);
78             
this.label3.TabIndex = 43;
79             
this.label3.Text = "Account Number";
80             
//
81             
// label2
82             
//
83             
this.label2.AutoSize = true;
84             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
85             
this.label2.ForeColor = System.Drawing.Color.IndianRed;
86             
this.label2.Location = new System.Drawing.Point(243, 22);
87             
this.label2.Name = "label2";
88             
this.label2.Size = new System.Drawing.Size(135, 24);
89             
this.label2.TabIndex = 42;
90             
this.label2.Text = "New Account";
91             
//
92             
// label1
93             
//
94             
this.label1.AutoSize = true;
95             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
96             
this.label1.Location = new System.Drawing.Point(206, 152);
97             
this.label1.Name = "label1";
98             
this.label1.Size = new System.Drawing.Size(50, 16);
99             
this.label1.TabIndex = 46;
100             
this.label1.Text = "Name";
101             
//
102             
// label4
103             
//
104             
this.label4.AutoSize = true;
105             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
106             
this.label4.Location = new System.Drawing.Point(189, 210);
107             
this.label4.Name = "label4";
108             
this.label4.Size = new System.Drawing.Size(67, 16);
109             
this.label4.TabIndex = 47;
110             
this.label4.Text = "Address";
111             
//
112             
// label5
113             
//
114             
this.label5.AutoSize = true;
115             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
116             
this.label5.Location = new System.Drawing.Point(200, 270);
117             
this.label5.Name = "label5";
118             
this.label5.Size = new System.Drawing.Size(56, 16);
119             
this.label5.TabIndex = 48;
120             
this.label5.Text = "Mobile";
121             
//
122             
// label6
123             
//
124             
this.label6.AutoSize = true;
125             
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
126             
this.label6.Location = new System.Drawing.Point(202, 326);
127             
this.label6.Name = "label6";
128             
this.label6.Size = new System.Drawing.Size(55, 16);
129             
this.label6.TabIndex = 49;
130             
this.label6.Text = "Center";
131             
//
132             
// textBox2
133             
//
134             
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
135             
this.textBox2.Location = new System.Drawing.Point(276, 149);
136             
this.textBox2.Name = "textBox2";
137             
this.textBox2.Size = new System.Drawing.Size(149, 22);
138             
this.textBox2.TabIndex = 50;
139             
//
140             
// textBox3
141             
//
142             
this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
143             
this.textBox3.Location = new System.Drawing.Point(276, 207);
144             
this.textBox3.Name = "textBox3";
145             
this.textBox3.Size = new System.Drawing.Size(149, 22);
146             
this.textBox3.TabIndex = 51;
147             
//
148             
// textBox4
149             
//
150             
this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
151             
this.textBox4.Location = new System.Drawing.Point(276, 267);
152             
this.textBox4.Name = "textBox4";
153             
this.textBox4.Size = new System.Drawing.Size(149, 22);
154             
this.textBox4.TabIndex = 52;
155             
//
156             
// textBox5
157             
//
158             
this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
159             
this.textBox5.Location = new System.Drawing.Point(276, 323);
160             
this.textBox5.Name = "textBox5";
161             
this.textBox5.Size = new System.Drawing.Size(149, 22);
162             
this.textBox5.TabIndex = 53;
163             
//
164             
// button2
165             
//
166             
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
167             
this.button2.Location = new System.Drawing.Point(238, 388);
168             
this.button2.Name = "button2";
169             
this.button2.Size = new System.Drawing.Size(81, 28);
170             
this.button2.TabIndex = 55;
171             
this.button2.Text = "Search";
172             
this.button2.UseVisualStyleBackColor = true;
173             
this.button2.Click += new System.EventHandler(this.button2_Click);
174             
//
175             
// button1
176             
//
177             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
178             
this.button1.Location = new System.Drawing.Point(130, 388);
179             
this.button1.Name = "button1";
180             
this.button1.Size = new System.Drawing.Size(81, 28);
181             
this.button1.TabIndex = 54;
182             
this.button1.Text = "Add";
183             
this.button1.UseVisualStyleBackColor = true;
184             
this.button1.Click += new System.EventHandler(this.button1_Click);
185             
//
186             
// button3
187             
//
188             
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
189             
this.button3.Location = new System.Drawing.Point(458, 388);
190             
this.button3.Name = "button3";
191             
this.button3.Size = new System.Drawing.Size(81, 28);
192             
this.button3.TabIndex = 57;
193             
this.button3.Text = "Reset";
194             
this.button3.UseVisualStyleBackColor = true;
195             
this.button3.Click += new System.EventHandler(this.button3_Click);
196             
//
197             
// button4
198             
//
199             
this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
200             
this.button4.Location = new System.Drawing.Point(350, 388);
201             
this.button4.Name = "button4";
202             
this.button4.Size = new System.Drawing.Size(81, 28);
203             
this.button4.TabIndex = 56;
204             
this.button4.Text = "Update";
205             
this.button4.UseVisualStyleBackColor = true;
206             
this.button4.Click += new System.EventHandler(this.button4_Click);
207             
//
208             
// dataGridView1
209             
//
210             
this.dataGridView1.AutoGenerateColumns = false;
211             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
212             
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
213             
this.idDataGridViewTextBoxColumn,
214             
this.nameDataGridViewTextBoxColumn,
215             
this.addrDataGridViewTextBoxColumn,
216             
this.mobileDataGridViewTextBoxColumn,
217             
this.centerDataGridViewTextBoxColumn});
218             
this.dataGridView1.DataSource = this.acntBindingSource;
219             
this.dataGridView1.Location = new System.Drawing.Point(58, 433);
220             
this.dataGridView1.Name = "dataGridView1";
221             
this.dataGridView1.Size = new System.Drawing.Size(546, 159);
222             
this.dataGridView1.TabIndex = 58;
223             
//
224             
// pictureBox1
225             
//
226             
this.pictureBox1.Image = global::MilkDairyManagementSystemCSharp.Properties.Resources.kashipara;
227             
this.pictureBox1.Location = new System.Drawing.Point(527, 12);
228             
this.pictureBox1.Name = "pictureBox1";
229             
this.pictureBox1.Size = new System.Drawing.Size(100, 50);
230             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
231             
this.pictureBox1.TabIndex = 45;
232             
this.pictureBox1.TabStop = false;
233             
//
234             
// milkdairyDataSet1
235             
//
236             
this.milkdairyDataSet1.DataSetName = "milkdairyDataSet1";
237             
this.milkdairyDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
238             
//
239             
// acntBindingSource
240             
//
241             
this.acntBindingSource.DataMember = "acnt";
242             
this.acntBindingSource.DataSource = this.milkdairyDataSet1;
243             
//
244             
// acntTableAdapter
245             
//
246             
this.acntTableAdapter.ClearBeforeFill = true;
247             
//
248             
// idDataGridViewTextBoxColumn
249             
//
250             
this.idDataGridViewTextBoxColumn.DataPropertyName = "Id";
251             
this.idDataGridViewTextBoxColumn.HeaderText = "Id";
252             
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
253             
this.idDataGridViewTextBoxColumn.ReadOnly = true;
254             
//
255             
// nameDataGridViewTextBoxColumn
256             
//
257             
this.nameDataGridViewTextBoxColumn.DataPropertyName = "name";
258             
this.nameDataGridViewTextBoxColumn.HeaderText = "name";
259             
this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
260             
//
261             
// addrDataGridViewTextBoxColumn
262             
//
263             
this.addrDataGridViewTextBoxColumn.DataPropertyName = "addr";
264             
this.addrDataGridViewTextBoxColumn.HeaderText = "addr";
265             
this.addrDataGridViewTextBoxColumn.Name = "addrDataGridViewTextBoxColumn";
266             
//
267             
// mobileDataGridViewTextBoxColumn
268             
//
269             
this.mobileDataGridViewTextBoxColumn.DataPropertyName = "mobile";
270             
this.mobileDataGridViewTextBoxColumn.HeaderText = "mobile";
271             
this.mobileDataGridViewTextBoxColumn.Name = "mobileDataGridViewTextBoxColumn";
272             
//
273             
// centerDataGridViewTextBoxColumn
274             
//
275             
this.centerDataGridViewTextBoxColumn.DataPropertyName = "center";
276             
this.centerDataGridViewTextBoxColumn.HeaderText = "center";
277             
this.centerDataGridViewTextBoxColumn.Name = "centerDataGridViewTextBoxColumn";
278             
//
279             
// NewAccount
280             
//
281             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
282             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
283             
this.ClientSize = new System.Drawing.Size(639, 614);
284             
this.Controls.Add(this.dataGridView1);
285             
this.Controls.Add(this.button3);
286             
this.Controls.Add(this.button4);
287             
this.Controls.Add(this.button2);
288             
this.Controls.Add(this.button1);
289             
this.Controls.Add(this.textBox5);
290             
this.Controls.Add(this.textBox4);
291             
this.Controls.Add(this.textBox3);
292             
this.Controls.Add(this.textBox2);
293             
this.Controls.Add(this.label6);
294             
this.Controls.Add(this.label5);
295             
this.Controls.Add(this.label4);
296             
this.Controls.Add(this.label1);
297             
this.Controls.Add(this.pictureBox1);
298             
this.Controls.Add(this.textBox1);
299             
this.Controls.Add(this.label3);
300             
this.Controls.Add(this.label2);
301             
this.Name = "NewAccount";
302             
this.Text = "NewAccount";
303             
this.Load += new System.EventHandler(this.NewAccount_Load);
304             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
305             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
306             ((System.ComponentModel.ISupportInitialize)(
this.milkdairyDataSet1)).EndInit();
307             ((System.ComponentModel.ISupportInitialize)(
this.acntBindingSource)).EndInit();
308             
this.ResumeLayout(false);
309             
this.PerformLayout();
310
311         }
312
313         
#endregion
314
315         
private System.Windows.Forms.PictureBox pictureBox1;
316         
private System.Windows.Forms.TextBox textBox1;
317         
private System.Windows.Forms.Label label3;
318         
private System.Windows.Forms.Label label2;
319         
private System.Windows.Forms.Label label1;
320         
private System.Windows.Forms.Label label4;
321         
private System.Windows.Forms.Label label5;
322         
private System.Windows.Forms.Label label6;
323         
private System.Windows.Forms.TextBox textBox2;
324         
private System.Windows.Forms.TextBox textBox3;
325         
private System.Windows.Forms.TextBox textBox4;
326         
private System.Windows.Forms.TextBox textBox5;
327         
private System.Windows.Forms.Button button2;
328         
private System.Windows.Forms.Button button1;
329         
private System.Windows.Forms.Button button3;
330         
private System.Windows.Forms.Button button4;
331         
private System.Windows.Forms.DataGridView dataGridView1;
332         
private milkdairyDataSet1 milkdairyDataSet1;
333         
private System.Windows.Forms.BindingSource acntBindingSource;
334         
private milkdairyDataSet1TableAdapters.acntTableAdapter acntTableAdapter;
335         
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
336         
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
337         
private System.Windows.Forms.DataGridViewTextBoxColumn addrDataGridViewTextBoxColumn;
338         
private System.Windows.Forms.DataGridViewTextBoxColumn mobileDataGridViewTextBoxColumn;
339         
private System.Windows.Forms.DataGridViewTextBoxColumn centerDataGridViewTextBoxColumn;
340     }
341 }


Gõ tìm kiếm nhanh...